home *** CD-ROM | disk | FTP | other *** search
- global gIntroPlayed, gQuinSprite, gOldQuinCast, gMovieSprite, gParticipate, gStaring, gAutomated, gNew, gPlaying, gTalk, gFullScreenOrigClass, gPrepBypass, gNew2, gSliderSprite, gFullScreen
-
- on sexButton whichButton
- case legalButton(whichButton) of
- 0:
- exit
- end case
- case QT(gMovieSprite) of
- 0:
- exit
- end case
- setMovieRate(0.0)
- updateStage()
- storeStopTime(-1, 1, 35)
- puppetSprite(47, 0)
- gStaring = 0
- gAutomated = 0
- swapPlaybackScreen("playback dot", 1)
- sprite(21).visible = 1
- sprite(22).visible = 1
- sprite(32).visible = 1
- puppetSprite(21, 0)
- puppetSprite(22, 0)
- puppetSprite(24, 0)
- puppetSprite(25, 0)
- puppetSprite(26, 0)
- whichClass = class()
- randomList = [9]
- case whichClass of
- 1:
- returnSlider()
- whichvisible = getAt(gParticipate, 2)
- setProp(11, 12, "visible", whichvisible)
- setProp(24, 26, "visible", whichvisible)
- case gIntroPlayed of
- 0:
- randomList = [2, 3, 4, 5, 6, 7]
- end case
- resetQuin()
- updateGOldMovie(1)
- otherwise:
- gNew2 = 0
- whichvisible = getAt(gParticipate, 1)
- setProp(11, 12, "visible", whichvisible)
- setProp(24, 26, "visible", whichvisible)
- whichCast = the castNum of sprite gQuinSprite
- if whichCast > 0 then
- gOldQuinCast = whichCast
- end if
- puppetSprite(gQuinSprite, 0)
- go("1.0" & the frame >= label("FullScreen"))
- updateGOldMovie(2)
- end case
- sprite(33).visible = 1
- sprite(34).visible = 1
- if gFullScreen < 1 then
- maxCount = count(randomList)
- whichPhrase = getAt(randomList, random(maxCount))
- talk(whichPhrase, 0, #noTransition)
- end if
- gPlaying = 1
- gIntroPlayed = 1
- sprite(gSliderSprite).visible = 1
- prepBypass()
- end
-